optPushNotification method

Future<void> optPushNotification(
  1. bool isOpted
)

Implementation

Future<void> optPushNotification(bool isOpted) async {
  return await _channel.invokeMethod("optPushNotification", isOpted);
}