enableOtherPush2 method

void enableOtherPush2({
  1. required bool enable,
})

开启其他推送

Implementation

void enableOtherPush2({required bool enable}) {
  _channel.invokeMethod('enableOtherPush2', {'enable': enable});
}