get unread message count
Future<int> getUnreadCount() async { var result = await _methodChannel.invokeMethod('getUnreadCount'); return result; }