Skip to content

Commit

Permalink
kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
deva666 committed Nov 4, 2022
1 parent ca6ca68 commit eeae02f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ interface PermissionRequester {

/**
* Starts the permission request flow.
* The result is a flow of [PermissionResult] for each permission requested.
* @return Flow of [PermissionResult]
* The result is a [Flow] of [PermissionResult] for each permission requested.
* @return [Flow] of [PermissionResult]
*/
fun request(vararg permissions: String): Flow<PermissionResult>

Expand Down

0 comments on commit eeae02f

Please # to comment.