autoPaneModeCenterLocation method

void autoPaneModeCenterLocation()

Implementation

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