autoPaneModeInitNavigationMode method

void autoPaneModeInitNavigationMode()

Implementation

void autoPaneModeInitNavigationMode() {
  const method = '/autoPaneModeInitNavigationMode';
  try {
    _channel.invokeMethod(method);
  } on PlatformException catch (e) {
    if(kDebugMode) print(e);
  }
}