getDeviceId abstract method
The unique identifier assigned to the device for this application.
This device ID is primarily used for tracking Monthly Active Users (MAUs).
Returns String. Nothing. The result is delivered asynchronously via the callback.
Implementation
Future<String> getDeviceId();