deliver method

Future deliver(
  1. String method, {
  2. dynamic param,
  3. Duration? timeout,
  4. Cancelable? cancelable,
  5. Notify? onNotify,
})

Implementation

Future deliver(
  String method, {
  dynamic param,
  Duration? timeout,
  Cancelable? cancelable,
  Notify? onNotify,
}) async {
  throw UnimplementedError('deliver(...) has not been implemented.');
}