Future<void> setOne(String key, dynamic value) async { await methodChannel .invokeMethod("Settings/setOne", {'key': key, 'value': value}); }