preload method

Future<int> preload([
  1. String? type
])
inherited

Implementation

Future<int> preload([String? type]) async {
  return 1;
}