ARMODViewFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ARMODViewFlutterPlatform
Implementers

Constructors

ARMODViewFlutterPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
resultData ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildView(Map<String, dynamic> creationParams, Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers, PlatformViewCreatedCallback onPlatformViewCreated, bool useAndroidView) Widget
Returns a widget displaying the map view
closeARMODPlayer({required int id}) Future<bool?>
createARMODPlayer({required int id}) Future<bool?>
dispose({required int id}) → void
Dispose of whatever resources the id is holding on to.
inBackground({required int id}) Future<bool?>
init(int id) Future<void>
isLoaded({required int id}) Future<bool?>
isPaused({required int id}) Future<bool?>
isReady({required int id}) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAddLoadingOverlay({required int id}) Stream<addLoadingOverlay>
onDeviceNotSupport({required int id}) Stream<deviceNotSupport>
onNeedInstallARCoreService({required int id}) Stream<needInstallARCoreService>
onOnARMODExit({required int id}) Stream<onARMODExit>
onOnARMODLaunch({required int id}) Stream<onARMODLaunch>
onOpenBuiltInBrowser({required int id, String? url}) Stream<openBuiltInBrowser>
onPackageSizeMoreThanPresetSize({required int id, String? currentSize, String? presetSize}) Stream<packageSizeMoreThanPresetSize>
onRecognitionComplete({required int id}) Stream<recognitionComplete>
onRecognitionStart({required int id}) Stream<recognitionStart>
onRemoveLoadingOverlay({required int id}) Stream<removeLoadingOverlay>
onSdkInitialized({required int id}) Stream<sdkInitialized>
onThrowException({required int id, String? message, int? errorCode}) Stream<throwException>
onTryAcquireInformation({required int id, String? opTag}) Stream<tryAcquireInformation>
onUpdateLoadingProgress({required int id, double? progress}) Stream<updateLoadingProgress>
openInNativeProcess({required int id}) Future<void>
pausePlayer({required int id}) Future<void>
postMessage({required int id, required String gameObject, required String methodName, required String message}) Future<void>
quitPlayer({required int id}) Future<void>
resumePlayer({required int id}) Future<void>
toString() String
A string representation of this object.
inherited
unloadPlayer({required int id}) Future<void>

Operators

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

Static Properties

instance ARMODViewFlutterPlatform
getter/setter pair