We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found this error when trying to run the plugin
MissingPluginException(No implementation found for method startLivenessDetection on channel mnc_identifier_face)
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method startLivenessDetection on channel mnc_identifier_face) E/flutter (11773): #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:175 E/flutter (11773): E/flutter (11773): #1 MncIdentifierFace.startLivenessDetection package:yesso/…/LivenessDetection/mnc_identifier_face.dart:13 E/flutter (11773): E/flutter (11773): #2 _FaceScanState.build.
Please how to fix it ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found this error when trying to run the plugin
MissingPluginException(No implementation found for method startLivenessDetection on channel mnc_identifier_face)
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method startLivenessDetection on channel mnc_identifier_face)
E/flutter (11773): #0 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:175
E/flutter (11773):
E/flutter (11773): #1 MncIdentifierFace.startLivenessDetection
package:yesso/…/LivenessDetection/mnc_identifier_face.dart:13
E/flutter (11773):
E/flutter (11773): #2 _FaceScanState.build.
Please how to fix it ?
The text was updated successfully, but these errors were encountered: