setAttentionRegion method

Future<void> setAttentionRegion(
  1. Rect region
)

Implementation

Future<void> setAttentionRegion(Rect region) {
  throw UnimplementedError('setAttentionRegion() has not been implemented.');
}