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