getManufacturer method

Future<String?> getManufacturer()

Implementation

Future<String?> getManufacturer() {
  throw UnimplementedError(
    'addNotificationClickListener() has not been implemented.',
  );
}