getCustomParam method

Future getCustomParam(
  1. String key
)

Implementation

Future<dynamic> getCustomParam(String key) {
  throw UnimplementedError('getCustomParam has not been implemented.');
}