maybePop<T extends Object> function

Future<bool> maybePop<T extends Object>([
  1. T? result
])

可能返回到上一个页面

Implementation

Future<bool> maybePop<T extends Object>([T? result]) =>
    GlobalOptions().globalNavigatorKey.currentState!.maybePop<T>(result);