getDeviceId method

Future<String?> getDeviceId()

Implementation

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