AyeTStudiosIOS.private constructor

AyeTStudiosIOS.private(
  1. MethodChannel channel
)

Implementation

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