@override Future<String?> signatureCapture() async { String? result = await methodChannel.invokeMethod<String>('signatureCapture'); return result; }