PermissionResultData constructor

PermissionResultData(
  1. Platforms platform,
  2. bool isGranted,
  3. PermissionType type
)

Implementation

PermissionResultData(this.platform, this.isGranted, this.type);