optInForErrorNotifier method

Future<void> optInForErrorNotifier()

Registers the platform to receive error notifications from the SDK.

This method should be implemented to set up the necessary listeners for SDK error notifications on the native platform.

Implementation

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