getChildrenPath method
Implementation
String? getChildrenPath() {
try {
final response = nativeGetChildrenPath(nativeObject).ref;
return response.getString();
} catch (e) {
return null;
}
}
String? getChildrenPath() {
try {
final response = nativeGetChildrenPath(nativeObject).ref;
return response.getString();
} catch (e) {
return null;
}
}