Home > @cjh1/sfapi > CancelablePromise > finally
Signature:
finally(onFinally?: (() => void) | null): Promise<T>;
Returns:
Promise<T>