delete method
Implementation
Future<Map> delete(String reference, DocumentTypes type) async
=> await controller.deleteDocument(idToken.value, reference, type);
Future<Map> delete(String reference, DocumentTypes type) async
=> await controller.deleteDocument(idToken.value, reference, type);