onPermissionSet property

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

Implementation

@Deprecated(
  'Instead, use the result of calling `start()` to determine if permissions were granted.',
)
Function(bool permissionGranted)? onPermissionSet;