mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 17:30:28 +00:00
Enable profiles switch UI
This commit is contained in:
10
lib/services/profile_transport.dart
Normal file
10
lib/services/profile_transport.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
abstract class ProfileTransport {
|
||||
String get label;
|
||||
}
|
||||
|
||||
class FileProfileTransport implements ProfileTransport {
|
||||
const FileProfileTransport();
|
||||
|
||||
@override
|
||||
String get label => 'File';
|
||||
}
|
||||
Reference in New Issue
Block a user