InternetFileProgress typedef

InternetFileProgress = void Function(int receivedLength, int contentLength)

Implementation

typedef InternetFileProgress = void Function(
  int receivedLength,
  int contentLength,
);