FlowsenseFlutterPlugin constructor

FlowsenseFlutterPlugin()

Implementation

FlowsenseFlutterPlugin() {
  this._channel.setMethodCallHandler(_handleMethod);
  if (Platform.isAndroid) {
    _channel.invokeMethod('FlowsenseSDK#startFlowsense', null);
  }
}