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