addTrackerModule method
constructorJsGlobal is the name of a global JS constructor function you expose
Implementation
Future<bool> addTrackerModule(
String name, String constructorJsGlobal) {
throw UnimplementedError(
'addTrackerModule() has not been implemented.');
}