MethodChannelFlutterInputTracker constructor

MethodChannelFlutterInputTracker()

Implementation

MethodChannelFlutterInputTracker() {
  methodChannel.setMethodCallHandler(_handleMethodCall);
  _keyHitStreamController = StreamController<Map>.broadcast();
}