@override Future<void> removeAttentionRegion() async { final methodName = EyedidMethodName.removeAttentionRegion.name; await methodChannel.invokeMethod(methodName); }