setLogs static method

Future setLogs(
  1. dynamic isEnable
)

Implementation

static Future<dynamic> setLogs(isEnable) async {
  return await _channel.invokeMethod("setLogs", [isEnable]);
}