isShowing method

Future<bool> isShowing()

Check if floating window is currently showing

Implementation

Future<bool> isShowing() {
  throw UnimplementedError('isShowing() has not been implemented.');
}