removeAttentionRegion method

  1. @override
Future<void> removeAttentionRegion()
override

Implementation

@override
Future<void> removeAttentionRegion() async {
  await methodChannel
      .invokeMethod(SeeSoPluginMethod.REMOVE_ATTENTION_REGION.name);
}