PermissionResultData constructor
PermissionResultData(
- Platforms platform,
- bool isGranted,
- PermissionType type
Implementation
PermissionResultData(this.platform, this.isGranted, this.type);