getSourceIds method
Retrieve every source ids of the map as a String list, including the ones added internally
This method is not currently implemented on the web
Implementation
Future<List<String>> getSourceIds() async {
return (await _vietmapGLPlatform.getSourceIds())
.whereType<String>()
.toList();
}