@override Future<bool> storeStats() async { final result = await methodChannel.invokeMethod<bool>('storeStats'); return result ?? false; }