PopCallback typedef
PopCallback =
void Function([FutureOr? value])
Typedef for a function that handles the result of a pop operation.
Implementation
typedef PopCallback = void Function([FutureOr<dynamic>? value]);
Typedef for a function that handles the result of a pop operation.
typedef PopCallback = void Function([FutureOr<dynamic>? value]);