setNotificationToken method

Future<void> setNotificationToken(
  1. String token
)

Sets the notification token for the Grouplink SDK.

Implementation

Future<void> setNotificationToken(String token) {
  throw UnimplementedError(
      'setNotificationToken() has not been implemented.');
}