@override Future<void> openApp(String bundleId) async { await Process.run('open', ['-b', bundleId]); }