optional method
Waits for this future to complete and returns its JsonRpcResponse.result.
Implementation
Future<T?> optional() async => (await this).result;
Waits for this future to complete and returns its JsonRpcResponse.result.
Future<T?> optional() async => (await this).result;