insert abstract method

Future<bool> insert(
  1. Map<String, dynamic> values
)

Implementation

Future<bool> insert(Map<String, dynamic> values);