getOverlayPosition method

Future<Map<String, dynamic>> getOverlayPosition()

Get current floating window position

Implementation

Future<Map<String, dynamic>> getOverlayPosition() {
  throw UnimplementedError('getOverlayPosition() has not been implemented.');
}