isShown method

Future<bool?> isShown()

Implementation

Future<bool?> isShown() async {
  return await _channel.invokeMethod('isShown');
}