showPreferenceCenterUI static method

void showPreferenceCenterUI()

Shows the preference center atop the current view

Implementation

static void showPreferenceCenterUI() {
  _channel.invokeMethod('showPreferenceCenterUI');
}