getSessionList method

Future getSessionList ()

Implementation

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