Insere values em table e retorna o id gerado.
values
table
Future<int> insert(String table, Map<String, Object?> values);