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