MethodChannelCupertinoInteractiveKeyboard constructor

MethodChannelCupertinoInteractiveKeyboard()

Constructor that sets up the method call handler.

Implementation

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