Checks if the process is declared 'important' by the system.
Future<bool> isProcessImportant() async { return await _channel.invokeMethod('process.isProcessImportant') ?? false; }