@override Future<int> getUnreadMessageCount() async { return await methodChannel.invokeMethod<int?>('getUnreadMessageCount') ?? 0; }