hideNotice static method

Future<void> hideNotice()

Hide the notice

Implementation

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