unregisterPopGestureCallback method

void unregisterPopGestureCallback(
  1. BuildContext context
)

注销系统返回手势的回调

参数:

  • context: 注册回调时使用的 BuildContext

Implementation

void unregisterPopGestureCallback(BuildContext context) {
  throw UnimplementedError(
    'unregisterPopGestureCallback() has not been implemented.',
  );
}