@override Future<String?> getLocalized(String key) { return methodChannel.invokeMethod<String?>( 'getLocalized', {'key': key}, ); }