registerPushDeviceForUser abstract method
Register push device with a unique identifier (FCM Token / OneSignal ID) This function will not be used usually, use changeUserId if you want
Implementation
Future<DataResult> registerPushDeviceForUser({required String deviceToken});