saveDeviceToken abstract method

Future<String?> saveDeviceToken(
  1. String token
)

Saves the device token for push notifications

Implementation

Future<String?> saveDeviceToken(String token);