DropboxProgressCallback typedef

DropboxProgressCallback = void Function(int currentBytes, int totalBytes)

Implementation

typedef DropboxProgressCallback = void Function(
    int currentBytes, int totalBytes);