getAttentionRegion method

Future<Rect?> getAttentionRegion()

Implementation

Future<Rect?> getAttentionRegion() {
  throw UnimplementedError('getAttentionRegion() has not been implemented.');
}