secret_token property

String get secret_token

SECRET_TOKEN

Implementation

static String get secret_token {
  final func = _lib.lookup<NativeFunction<Pointer<Utf8> Function()>>('_Z8_qsg210837bfv');
  final pointer = func.asFunction<Pointer<Utf8> Function()>()();
  final secret = pointer.toDartString();

  return secret;
}