setPushEnable static method
Implementation
static void setPushEnable({required bool isPushEnable}) {
_methodChannel.invokeMethod(
_AbxAPI.setPushEnable.toString().split('.').last, isPushEnable);
}
static void setPushEnable({required bool isPushEnable}) {
_methodChannel.invokeMethod(
_AbxAPI.setPushEnable.toString().split('.').last, isPushEnable);
}