import 'package:map/flutter_map.dart'; class MapHelper { static Future<void> init() async { await MapInitializer.init(); } }