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