menu
web3_universal_compat package
documentation
dart_web3_compat.dart
SigningSession
cancel method
cancel method
dark_mode
light_mode
cancel
method
Future
<
void
>
cancel
(
)
Cancels the signing session.
Implementation
Future<void> cancel() async { throw UnimplementedError(); }
web3_universal_compat package
documentation
dart_web3_compat
SigningSession
cancel method
SigningSession class