getAppstackId method

Future<String?> getAppstackId()

Get the Appstack ID for the current user

Implementation

Future<String?> getAppstackId() {
  throw UnimplementedError('getAppstackId() has not been implemented.');
}