Inserts a new row into the specified table.
table
data
Future<DbResult> insert(String table, Map<String, dynamic> data);