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