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