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