onLifecycleResume method

  1. @override
void onLifecycleResume()
inherited

Implementation

@override
void onLifecycleResume() {
  _nativeAPI.onLifecycleResume()
      .onError<Exception>((error, stackTrace) => exceptionHandler(exception: error, tag: "PIGEON", stacktrace: stackTrace));
}