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