getServiceVendor method

Future<int> getServiceVendor()

Implementation

Future<int> getServiceVendor() async {
  return await nativeCall('serviceVendor', []);
}