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