MethodChannelBackgroundTracker constructor

MethodChannelBackgroundTracker()

Implementation

MethodChannelBackgroundTracker() {
  methodChannel.setMethodCallHandler(_handleMethodCall);
}