BackgroundTask constructor

BackgroundTask(
  1. MethodChannel _methodChannel,
  2. EventChannel _bgEventChannel,
  3. EventChannel _statusEventChannel
)

Implementation

BackgroundTask(
  this._methodChannel,
  this._bgEventChannel,
  this._statusEventChannel,
);