Future<void> toggleLayer({required bool toggle}) async { await interop.toggleAlllayers(mapIdMixin.toJS, toggle.toJS).toDart; }