setDeviceToken abstract method
Sets the device native channel push notification token, i.e. Firebase token. This is only required if you are using our Firebase push support.
Implementation
@TargetPlatform.android
Future<void> setDeviceToken(String token);