returnResultGo static method

void returnResultGo(
  1. dynamic value
)

Implementation

static void returnResultGo(dynamic value) {
  return _routeManagerProvider!.returnResultGo(value);
}