enableOppoNotification method

void enableOppoNotification({
  1. required bool isNotification,
})

开启Oppo通知 isNotification 是否开启OPPO通知

Implementation

void enableOppoNotification({required bool isNotification}) {
  _channel.invokeMethod(
      'enableOppoNotification', {'isNotification': isNotification});
}