getDeviceId method

Future<String?> getDeviceId()

Gets the device's Android ID.

Implementation

Future<String?> getDeviceId() {
  throw UnimplementedError('getDeviceId() has not been implemented.');
}