getDocMeta abstract method

Future<RequestResponse> getDocMeta({
  1. required String? doctype,
})

Returns the meta about a doctype (collection).

Can specify the return within RequestResponse in the extending class.

Implementation

Future<RequestResponse<dynamic>> getDocMeta({required String? doctype});