Skip to content

iOS support - MissingPluginException (MissingPluginException(No implementation found for method create_socket on channel flutter_socket_plugin)) #16

@natheemy

Description

@natheemy

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");
});`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions