getSnapshotUri method

Future<String> getSnapshotUri(
  1. String profileToken
)

Calls getSnapshotUri2.

Implementation

Future<String> getSnapshotUri(String profileToken) async =>
    getSnapshotUri2(profileToken);