security library
Classes
- AssetPermission
- A permission that allows access to Flutter assets.
- FilesystemPermission
- A permission that allows access to read and write a file system resource.
- FilesystemReadPermission
- A permission that allows access to read a file system resource.
- FilesystemWritePermission
- A permission that allows access to write a file system resource.
- MethodChannelPermission
- A permission that allows access to a Flutter method channel.
- NetworkPermission
- A permission that allows access to a network resource.
- Permission
-
A rule that allows or denies a dart_eval
Runtime
access to a potentially sensitive resource, such as the network or file system. - ProcessKillPermisssion
- A permission that allows access to kill a process by its PID.
- ProcessRunPermission
- A permission that allows access to execute a process on the host system.