@override Future<void> setStrings(Map<String, dynamic> strings) async { await methodChannel.invokeMethod('setStrings', jsonEncode(strings)); }