mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 20:24:16 -04:00
move toward api logging
This commit is contained in:
parent
cc328d30fa
commit
29b5ec5334
11 changed files with 454 additions and 473 deletions
|
@ -16,6 +16,12 @@ class VeilidPlugin: FlutterPlugin, MethodCallHandler {
|
|||
/// when the Flutter Engine is detached from the Activity
|
||||
// private lateinit var channel : MethodChannel
|
||||
|
||||
// static {
|
||||
// System.loadLibrary("veilid_flutter");
|
||||
// }
|
||||
// xxx get main activity
|
||||
// private static native void init_android(Context context);
|
||||
|
||||
override fun onAttachedToEngine(@NonNull flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {
|
||||
// channel = MethodChannel(flutterPluginBinding.binaryMessenger, "veilid")
|
||||
// channel.setMethodCallHandler(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue