Future<bool> insert() async { var exception = await Database.insert(tableName, key, map); return (exception == null); }