OAuth2ProgressCallback typedef

OAuth2ProgressCallback = void Function(int uploadedBytes, int? totalBytes)

Implementation

typedef OAuth2ProgressCallback =
    void Function(int uploadedBytes, int? totalBytes);