registerPushToken method

void registerPushToken(
  1. String pushToken
)

Registers a push token for the current device with Braze.

Implementation

void registerPushToken(String pushToken) {
  _callStringMethod('registerPushToken', 'pushToken', pushToken);
}