registerPushToken method
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.');
}