getSessionList method
Implementation
Future<dynamic> getSessionList() async {
var result = await _methodChannel.invokeMethod('getSessionList');
return result;
}
Future<dynamic> getSessionList() async {
var result = await _methodChannel.invokeMethod('getSessionList');
return result;
}