get static method

Future<List<int>> get(
  1. String path
)

Implementation

static Future<List<int>> get(String path) => _instance.get(path);