mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-14 10:11:34 -04:00
shovel logs through api for flutter
This commit is contained in:
parent
29b5ec5334
commit
65dabd09c7
11 changed files with 266 additions and 20 deletions
|
@ -28,11 +28,4 @@ class Veilid {
|
|||
return veilidApi;
|
||||
}
|
||||
|
||||
// static const MethodChannel _channel = MethodChannel('veilid');
|
||||
|
||||
// static Future<String?> get platformVersion async {
|
||||
// final String? version = await _channel.invokeMethod('getPlatformVersion');
|
||||
// return version;
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue