@override Future<dynamic> getScanDocumentsUri() async { final data = await methodChannel.invokeMethod<dynamic>('getScanDocumentsUri'); return data; }