setAllowUnsandboxedCommands static method

Future<void> setAllowUnsandboxedCommands(
  1. bool allow
)

Implementation

static Future<void> setAllowUnsandboxedCommands(bool allow) async {
  _allowUnsandboxedCommands = allow;
}