setDeviceToken abstract method

  1. @android
Future<void> setDeviceToken(
  1. String token
)

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);