enableLogger static method

Future<void> enableLogger()

Implementation

static Future<void> enableLogger() async {
  _mapUtilsChannel.invokeMethod(Method.EnableLogger);
}