showPlanes method

void showPlanes(
  1. bool showPlanes
)

Implementation

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