getDisplayInfo method

Future<DisplayInfo> getDisplayInfo()

Returns native Android display capabilities for the active display.

Implementation

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