onChangeEnvironment property

(Future<void> Function(ApptiveGridEnvironment environment)?) onChangeEnvironment
final

Callback to change the environment of ApptiveGrid This is called when opening the App with a Confirmation Link which might have a different environment than the rest of the app

Implementation

final Future<void> Function(ApptiveGridEnvironment environment)?
    onChangeEnvironment;