@override Future<dynamic> getCustomParam(String key) { return methodChannel.invokeMethod("getCustomParam", {"key": key}); }