removeAttentionRegion method

Future<void> removeAttentionRegion()

Implementation

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