requestStarted abstract method
Notifies the listener that a new request has started. requestId is a unique ID for the requset requestType is the name provided by the DeekWebRequest
Implementation
void requestStarted({required String requestId, required String requestType});