fromScreenPoint abstract method

Future fromScreenPoint(
  1. int x,
  2. int y
)

Implementation

Future<dynamic> fromScreenPoint(int x, int y);