disableLogging method

Future<void> disableLogging()

Implementation

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