getCustomVendor static method

Future<String> getCustomVendor(
  1. String bundle
)

Implementation

static Future<String> getCustomVendor(String bundle) async {
  return await _channel.invokeMethod('getCustomVendor', {'bundle': bundle});
}