put method

Future<void> put(
  1. dynamic action
)

Implementation

Future<void> put(dynamic action) async {
  await _dispatcher(action);
}