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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -