configureAndActivateSession method

Future configureAndActivateSession()

Init and activate WatchConnectivity session

Implementation

Future configureAndActivateSession() async {
  _watchOSObserver = WatchOSObserver();
  _watchOSObserver.initAllStreamControllers();
  return channel.invokeMethod("configure");
}