pop property

Future Function([dynamic value]) pop
getter/setter pair

Implementation

static Future Function([dynamic value]) pop = ([dynamic value]) async {
  return Navigator.pop(ModernFormGlobalContext.context!, value);
};