getScreenResolution method

Future<Map<String, double>?> getScreenResolution()

Returns the screen resolution in pixels (width and height).

Implementation

Future<Map<String, double>?> getScreenResolution() {
  throw UnimplementedError('getScreenResolution() has not been implemented.');
}