setLogsFolder static method

Future setLogsFolder(
  1. dynamic path
)

Implementation

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