onPermissionSet property
- @Deprecated('Instead, use the result of calling `start()` to determine if permissions were granted.')
getter/setter pair
Implementation
@Deprecated(
'Instead, use the result of calling `start()` to determine if permissions were granted.',
)
Function(bool permissionGranted)? onPermissionSet;