screenInfo method

Future<BaseScreenInfo> screenInfo()

Implementation

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