enableLogging method

Future<void> enableLogging(
  1. bool enabled
)

Implementation

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