scanInstalledBundle function
Always null on platforms without dart:io (e.g. web).
Implementation
Future<BundleScanResult?> scanInstalledBundle() async => null;
Always null on platforms without dart:io (e.g. web).
Future<BundleScanResult?> scanInstalledBundle() async => null;