getSchemas abstract method

List<String> getSchemas({
  1. bool doOrder = false,
})

Get the list of user created schemas, if necessary doOrder.

Implementation

List<String> getSchemas({bool doOrder = false});