toggleInAppBanner static method
Implementation
static void toggleInAppBanner(bool value) {
// Invoke native method (iOS only)
if (!kIsWeb && Platform.isIOS) {
_channel.invokeMethod('toggleInAppBanner', <dynamic>[value]);
}
}
static void toggleInAppBanner(bool value) {
// Invoke native method (iOS only)
if (!kIsWeb && Platform.isIOS) {
_channel.invokeMethod('toggleInAppBanner', <dynamic>[value]);
}
}