getCustomParam method

  1. @override
Future getCustomParam(
  1. String key
)
override

Implementation

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