prewarm method

Future<void> prewarm()

Implementation

Future<void> prewarm() {
  throw UnimplementedError('prewarm() has not been implemented.');
}