showPlanes method
Implementation
void showPlanes(bool showPlanes){
_channel.invokeMethod<void>('showPlanes', {
"showPlanes": showPlanes,
});
}
void showPlanes(bool showPlanes){
_channel.invokeMethod<void>('showPlanes', {
"showPlanes": showPlanes,
});
}