connect method

dynamic connect(
  1. Session session
)

Connect the plugin

Throws Exception if the provided session is malformed.

Implementation

connect(Session session) =>
    FlutterNativePlatformInterface.instance.connect(session);