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
ios throwing below error
please investigate and give a support
Error
MissingPluginException (MissingPluginException(No implementation found for method create_socket on channel flutter_socket_plugin))
Code :
`flutterSocket = FlutterSocket();
await flutterSocket.createSocket(cameraIP, DATA_PORT, timeout: 20); /// listen connect callback flutterSocket.connectListener((data) { print("connect listener data:$data"); });`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ios throwing below error
please investigate and give a support
Error
MissingPluginException (MissingPluginException(No implementation found for method create_socket on channel flutter_socket_plugin))
Code :
`flutterSocket = FlutterSocket();
The text was updated successfully, but these errors were encountered: