showNotice static method

Future<void> showNotice()

Show the notice screen if user consent is needed. Note: When calling from iOS, setupUI must have been called before.

Implementation

static Future<void> showNotice() async {
  await _channel.invokeMethod("showNotice");
}