showFloatWindow static method

Future<void> showFloatWindow()

Displays the floating window.

Implementation

static Future<void> showFloatWindow() async {
  return await _channel.invokeMethod(
    'BuoyClient.showFloatWindow',
  );
}