getScreenSize method

double? getScreenSize()

Implementation

double? getScreenSize() {
  return null;

  // Return the screen size of the device.
}