run method

Future<Response?> run(
  1. Api type
)

Implementation

Future<Response?> run(Api type) async {
  if (_config == null) return null;
  return await _createIsolate(_config!, type);
}