PermissionsMissingException constructor

PermissionsMissingException(
  1. List<Permission> missingPermissions
)

Implementation

PermissionsMissingException(this.missingPermissions);