setDelay method

Future<void> setDelay(
  1. int delay
)

Set the delay of the information stream

Implementation

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