@override Future showDocumentCamera() async { final res = await methodChannel.invokeMethod('SHOW_DOCUMENT_CAMERA'); return res; }