get<T> method

Future<T?> get<T>(
  1. String path
)

Implementation

Future<T?> get<T>(String path) async {
  throw UnimplementedError();
}