hasPermissionIoWeb function

Future<bool> hasPermissionIoWeb()

Implementation

Future<bool> hasPermissionIoWeb() async {
  developer.log('✅  Permission access granted (Web)', name: 'Cached Media package');
  return true;
}