CockpitMacosBundleExecutablePathResolver typedef

CockpitMacosBundleExecutablePathResolver = Future<String> Function({required String appBundlePath})

Implementation

typedef CockpitMacosBundleExecutablePathResolver =
    Future<String> Function({required String appBundlePath});