enableLogging method

Future<void> enableLogging()

Implementation

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