sleep method

Future<bool?> sleep()

Implementation

Future<bool?> sleep() {
  throw UnimplementedError('sleep() has not been implemented.');
}