Skip to content

No implementation found for method dispose on channel #106

Description

@zxl777

Type (MissingPluginException)
No implementation found for method dispose on channel flutter_video_plugin/getVideoView_0

Step 1:
Navigator.pop(context, false);


Step 2:
  void deactivate() {
    _controller.dispose();
    playerInitialized = false;
    super.deactivate();
  }

Step 3:
  void dispose() {
    _methodChannel.invokeMethod("dispose");
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions