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