FlutterFreedomePlayerWeb class

A web implementation of the FlutterFreedomePlayerPlatform of the FlutterFreedomePlayer plugin.

Inheritance

Constructors

FlutterFreedomePlayerWeb.new()
Constructs a FlutterFreedomePlayerWeb

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

connectToDome(String host, int port) Future<bool>
Connect to dome projection system
override
getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
initializeRenderer() Future<bool>
Initialize native 3D renderer
override
loadModel(String modelPath) Future<bool>
Load 3D model on native side
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendOSCMessage(String address, List args) Future<bool>
Send OSC message to dome
override
startARSession() Future<bool>
Start AR session
override
stopARSession() Future<bool>
Stop AR session
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void