insert method

Future insert(
  1. String table,
  2. Map data
)

Implementation

Future insert(String table, Map data) async {}