set<T> static method

T set<T>(
  1. T controller, {
  2. String? key,
})

Implementation

static T set<T>(T controller, {String? key}) {
  return instance.set<T>(controller, key: key);
}