ResourceManager class abstract

@file com/navigine/idl/resource_manager.dart @brief @copybrief ResourceManager

Implemented types
Implementers

Constructors

ResourceManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLogsList() List<LogInfo>
working with logs
loadImage(String imageUrl, ResourceListener listener) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLogFile(String fileName) → void
toString() String
A string representation of this object.
inherited
uploadLogFile(String fileName, ResourceUploadListener listener) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited