getCursorPosition method

  1. @override
Future<Map<String, double>> getCursorPosition()
override

Implementation

@override
Future<Map<String, double>> getCursorPosition() async {
  // Would call native input module
  return {'x': 0, 'y': 0};
}