getCurrentLibappPath method
Absolute filesystem path of the currently active libapp.so.
Mostly useful for debugging — production code shouldn't need
this.
Implementation
Future<String?> getCurrentLibappPath() {
_assertReady();
return SankofaDeployPlatform.instance.getCurrentLibappPath();
}