getTable method

dynamic getTable(
  1. String table
)

Implementation

dynamic getTable(String table) {
  return null;
  // if (table == "") {
  // }
  // else {
  //   throw (" Font.dart getTable ${table} ");
  // }
}