Future<String> restorePreferences() async { final String version = await _methodChannel!.invokeMethod('restorePreferences'); return version; }