mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-06 16:14:15 +00:00
chore(platform): Fix comment typo
This commit is contained in:
parent
91a22394f5
commit
06a857aa8c
|
@ -21,7 +21,7 @@ class PlatformAdapter {
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Running operation environment.
|
/// Running operating environment.
|
||||||
static Future<String> get deviceName async {
|
static Future<String> get deviceName async {
|
||||||
final DeviceInfoPlugin deviceInfo = DeviceInfoPlugin();
|
final DeviceInfoPlugin deviceInfo = DeviceInfoPlugin();
|
||||||
if (kIsWeb) {
|
if (kIsWeb) {
|
||||||
|
|
Loading…
Reference in a new issue