stopInventory static method

Future<void> stopInventory()

Implementation

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