2022-01-27 18:02:45 +08:00
|
|
|
import 'package:nc_photos/account.dart';
|
|
|
|
|
|
|
|
String getInstNameForAccount(String className, Account account) =>
|
2022-07-12 02:14:42 +08:00
|
|
|
"$className(${account.scheme}://${account.userId.toCaseInsensitiveString()}@${account.address})";
|