resolveError method

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

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

@override
Future<void> resolveError() async {
  await methodChannel.invokeMethod('resolveError');
}