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