removeAnnotationManager method
Remove an AnnotationManager and all the annotations created by it.
Implementation
Future<void> removeAnnotationManager(BaseAnnotationManager manager) async {
return _mapboxMapsPlatform.removeAnnotationManager(manager.id);
}