registerDevice abstract method

Future registerDevice({
  1. String? fcmToken,
  2. String? deviceId,
  3. String? platform,
  4. required int appVersion,
  5. String? googleAdId,
  6. String? clevertapId,
  7. String? appsflyerId,
})

Implementation

Future registerDevice({
  String? fcmToken,
  String? deviceId,
  String? platform,
  required int appVersion,
  String? googleAdId,
  String? clevertapId,
  String? appsflyerId,
});