registerListCast<T> static method

void registerListCast<T>(
  1. ListCastFunction<T> castFn
)

Implementation

static void registerListCast<T>(ListCastFunction<T> castFn) =>
    _instance.registerListCast(castFn);