dispose method
Implementation
void dispose() => GemKitPlatform.instance.callDeleteObject(
jsonEncode(
<String, dynamic>{'class': 'LandmarkStore', 'id': _pointerId},
),
);
void dispose() => GemKitPlatform.instance.callDeleteObject(
jsonEncode(
<String, dynamic>{'class': 'LandmarkStore', 'id': _pointerId},
),
);