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