setupUI static method

Future<void> setupUI()

Setup the UI and show the notice if needed

Implementation

static Future<void> setupUI() async {
  await _channel.invokeMethod('setupUI');
}