fetch method

  1. @Deprecated('Use `sync` method instead')
Future<Map<Snowflake, T>> fetch()

Implementation

@Deprecated('Use `sync` method instead')
Future<Map<Snowflake, T>> fetch () async {
  return sync();
}