waitForCompletion method

Future<Uint8List> waitForCompletion()

Waits for the signing to complete.

Implementation

Future<Uint8List> waitForCompletion() async {
  throw UnimplementedError();
}