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