MethodChannelBluxFlutter constructor

MethodChannelBluxFlutter()

Implementation

MethodChannelBluxFlutter() {
  // 네이티브로부터 호출 받을 준비
  methodChannel.setMethodCallHandler(_onMethodCall);
}