search method

  1. @override
FutureOr<List<UserActionModel>> search(
  1. UserActionSearchModel query
)
override

The search method searches for entities that match the given query.

Implementation

@override
FutureOr<List<UserActionModel>> search(UserActionSearchModel query) {
  // TODO: implement search
  throw UnimplementedError();
}