hasVendor abstract method

Future<bool> hasVendor(
  1. String id, {
  2. bool defaultReturn = true,
})

Implementation

Future<bool> hasVendor(String id, {bool defaultReturn = true});