getDisplayInfo method

Future<DisplayInfo> getDisplayInfo()

Returns native display capabilities for the active display.

Implementation

Future<DisplayInfo> getDisplayInfo() {
  throw UnimplementedError('getDisplayInfo() has not been implemented.');
}