resolveError method
Resolve standing SDK state error. Host app should call this API after resolving the raised errors. SDK will reevaluate the error state and update the SDK state accordingly.
Implementation
Future<void> resolveError() {
throw UnimplementedError('resolveError() has not been implemented.');
}