getDeviceId method

Future<String?> getDeviceId()

Implementation

Future<String?> getDeviceId() {
  return MobileDeviceIdentifierPlatform.instance.getDeviceId();
}