MethodChannelSfmc constructor

MethodChannelSfmc()

Implementation

MethodChannelSfmc() {
  WidgetsFlutterBinding.ensureInitialized();
  methodChannel.setMethodCallHandler(_handleNativeCall);
}