toggleGuard method

Future<bool?> toggleGuard()

Implementation

Future<bool?> toggleGuard() {
  throw UnimplementedError('toggleGuard() has not been implemented.');
}