wakeUp method

Future<bool> wakeUp()

Implementation

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