createKey<T> method

String createKey<T>(
  1. T disposable
)

Implementation

String createKey<T>(T disposable) => UUID.v4();