toggleLogging method

Future<String> toggleLogging()

Implementation

Future<String> toggleLogging() {
  throw UnimplementedError('toggleLogging() has not been implemented.');
}