after adding android permission in manifest
and run this code :
await TerraFlutter.initTerra("dev_ID", "test_ref2");
await TerraFlutter.initConnection(connection, token, true, []);
this exception appeared
[log] PlatformException(Connection Failure, Invalid Connection has been passed for the android platform, null, null)
after adding android permission in manifest
and run this code :
await TerraFlutter.initTerra("dev_ID", "test_ref2");
await TerraFlutter.initConnection(connection, token, true, []);
this exception appeared
[log] PlatformException(Connection Failure, Invalid Connection has been passed for the android platform, null, null)