feat(calls): Я ЕБЛАН ХАХАХХА Я ШАШКИ ЧЕРЕЗ ЗВОНКИ СДЕЛАЛ
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AppInstance {
|
||||
AppInstance._();
|
||||
|
||||
static const String id = String.fromEnvironment('KOMET_INSTANCE');
|
||||
|
||||
static bool get isNamed => id.isNotEmpty;
|
||||
|
||||
static String get suffix => isNamed ? '_$id' : '';
|
||||
}
|
||||
Reference in New Issue
Block a user