TapResearch.private constructor

TapResearch.private(
  1. MethodChannel channel
)

Implementation

TapResearch.private(MethodChannel channel) : _channel = channel {
  _channel.setMethodCallHandler(_platformCallHandler);
}