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