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