Future<void> setMany(Map<String, dynamic> settings) async { await methodChannel.invokeMethod("Settings/setMany", settings); }