appUnderPoint method

  1. @override
Future<Map<String, String>?> appUnderPoint(
  1. double x,
  2. double y
)
override

Implementation

@override
Future<Map<String, String>?> appUnderPoint(double x, double y) async {
  return null; // Would need Swift native module
}