getCategory static method

Future<String> getCategory(
  1. String category
)

Implementation

static Future<String> getCategory(String category) async {
  return category;
}