createIfNotExists method

Future<int?> createIfNotExists({
  1. required Map<String, Object?> check,
  2. required Map<String, Object?> create,
})
inherited

Implementation

Future<int?> createIfNotExists(
    {required Map<String, Object?> check,
    required Map<String, Object?> create}) async {
  throw UnimplementedError();
}