How to get a list of all loaded libraries in dart? -
Is it possible to make some calls from the main to get all loaded libraries at runtime?
main () {intereabel & lt; LibraryMar & gt; Libraries = matching allloaded libraries (); }
I think there is a type library mirror in the mirror package but I do not think how you get a library mirror, because you do not refer to them in the code just like a top level Function / Variable or Class Name
import 'dart: mirrors`; CurrentMirrorSystem () libraries.
Comments
Post a Comment