Returns the value of a String parameter.
String
Future<String?> get(String key) async { return await _channel.$get(this, key) as String; }