registerPushToken method

Future<void> registerPushToken({
  1. required String token,
  2. bool pushOptIn = true,
})

Registers this device's push token. See AppwinNotifications.registerPushToken.

Implementation

Future<void> registerPushToken({
  required String token,
  bool pushOptIn = true,
}) {
  throw UnimplementedError('registerPushToken() has not been implemented.');
}