wait static method

Future<void> wait()

Implementation

static Future<void> wait() async {
  await _channel.invokeMethod('wait');
}