wake static method

Future<void> wake()

Implementation

static Future<void> wake() async {
  try {
    await _ch.invokeMethod("wake");
  } catch (e, stackTrace) {
    ErrorReporter.log(e, stackTrace);
  }
}