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