PopAndPush typedef

PopAndPush = Future<T?> Function<T, R>(String name, {Object? arguments, R? result})

Implementation

typedef PopAndPush = Future<T?> Function<T, R>(String name,
    {Object? arguments, R? result});