stick method

Future<O?> stick(
  1. I varg, {
  2. Context? ctx,
})

Stick with generic param

Implementation

Future<O?> stick(I varg, {Context? ctx}) {
  throw UnimplementedError('stick() has not been implemented.');
}