into method

QueryBuilder into(
  1. String? table
)

Implementation

QueryBuilder into(String? table) {
  throw UnsupportedOperationException('`into` not implemented');
}