ResponseResultCallback typedef
        ResponseResultCallback =
     void Function(dynamic response)
    
    
    
Implementation
typedef ResponseResultCallback = void Function(dynamic response);typedef ResponseResultCallback = void Function(dynamic response);