setNotificationToken method

Future<String?> setNotificationToken(
  1. String data
)

Implementation

Future<String?> setNotificationToken(String data)
{
  throw UnimplementedError('setNotificationToken() has not been implemented');
}