getDeviceId method

Future<String?> getDeviceId()

Gets the device identifier. return The device identifier.

Implementation

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