getDocMeta abstract method
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});
Returns the meta about a doctype (collection).
Can specify the return within RequestResponse in the extending class.
Future<RequestResponse<dynamic>> getDocMeta({required String? doctype});