cancel method

Future<void> cancel()

Cancels the signing session.

Implementation

Future<void> cancel() async {
  throw UnimplementedError();
}