AtomicMethodChannel constructor

AtomicMethodChannel()

Implementation

AtomicMethodChannel() {
  _channel.setMethodCallHandler(_onMethodCall);
}