delay property

Future<int?> delay

Get the delay of the information stream

Implementation

static Future<int?> get delay async {
  return _sensors.delay;
}