PermissionNeeded constructor
const
PermissionNeeded(
- String toolName,
- Map<
String, dynamic> input, - Completer<
PermissionDecision> completer
Implementation
const PermissionNeeded(this.toolName, this.input, this.completer);