optInForSuccessNotifier method
Registers the platform to receive success notifications from the SDK.
This method should be implemented to set up the necessary listeners for SDK success notifications on the native platform.
Implementation
Future<void> optInForSuccessNotifier() {
throw UnimplementedError(
'optInForSuccessNotifier() has not been implemented.');
}