captureSignature method

  1. @override
Future<String> captureSignature(
  1. String captureId,
  2. String who,
  3. String why
)
override

Implementation

@override
Future<String> captureSignature(
  String captureId,
  String who,
  String why,
) async {
  throw UnimplementedError('captureSignature() has not been implemented.');
}