configureAndActivateSession method
Init and activate WatchConnectivity
session
Implementation
Future configureAndActivateSession() async {
_watchOSObserver = WatchOSObserver();
_watchOSObserver.initAllStreamControllers();
return channel.invokeMethod("configure");
}