Returns the value of an integer parameter.
Future<int> getInt(String key) async { return await _channel.$getInt(this, key) as int; }