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