stop static method

Future<void> stop()

Stop Iaphub

Implementation

static Future<void> stop() async {
  await _invokeMethod('stop', {});
}