setPushEnable static method

void setPushEnable({
  1. required bool isPushEnable,
})

Implementation

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