scanInstalledBundle function

Future<BundleScanResult?> scanInstalledBundle()

Always null on platforms without dart:io (e.g. web).

Implementation

Future<BundleScanResult?> scanInstalledBundle() async => null;