getSessionLogFolder static method

Future getSessionLogFolder()

Implementation

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