Returns the screen resolution in pixels (width and height).
Future<Map<String, double>?> getScreenResolution() { throw UnimplementedError('getScreenResolution() has not been implemented.'); }