setViewPoint4326 method
Implementation
void setViewPoint4326(AGMLViewPoint viewPoint) {
const method = '/setViewPoint4326';
try {
_channel.invokeMethod(method, viewPoint.toJson());
} on PlatformException catch (e) {
if(kDebugMode) print(e);
}
}