fetchRequest abstract method

Future fetchRequest({
  1. required String path,
  2. Options? options,
})

Implementation

Future<dynamic> fetchRequest({required String path, Options? options});