optional method
Waits for this future to complete and returns its JsonRpcContextResult.value.
Implementation
Future<T?> optional() => then((final JsonRpcContextResponse<T> value) => value.result?.value);
Waits for this future to complete and returns its JsonRpcContextResult.value.
Future<T?> optional() => then((final JsonRpcContextResponse<T> value) => value.result?.value);