moveOverlay method

Future<bool> moveOverlay(
  1. Map<String, dynamic> position
)

Move floating window position

Implementation

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