NormalNetworkResponse typedef

NormalNetworkResponse = void Function(bool isSuccess, String message)

Implementation

typedef NormalNetworkResponse = void Function(bool isSuccess, String message);