delay property

Future<int?> delay

Get the delay of the information stream

Implementation

Future<int?> get delay async {
  throw UnimplementedError('get delay has not been implemented.');
}