getRegisteredDeviceToken method
Method to get the device token registered with the Customer.io SDK. Returns a Future that resolves to the device token registered with Customer.io SDK.
Implementation
@override
Future<String?> getRegisteredDeviceToken() {
return methodChannel
.invokeNativeMethod<String>(NativeMethods.getRegisteredDeviceToken);
}