requestOnInit property

bool requestOnInit
final

Whether the guarded permission should be requested on initialization.

Note: Result status is included in onPermissionStatusChanged call. To skip the result from initial change, see: skipInitialChange.

Default: true.

/// Ignored in request methods, respected only in nested widget

Implementation

final bool requestOnInit;