Flutnet.ServiceModel
Properties | List of all members
Flutnet.ServiceModel.PlatformOperationAttribute Class Reference

Denotes a method that can be invoked from Flutter. More...

Inheritance diagram for Flutnet.ServiceModel.PlatformOperationAttribute:

Properties

bool AndroidMainThreadRequired [get, set]
 Indicates whether the method must be invoked on the main (UI) thread when the underlying platform is Android. More...
 
bool IosMainThreadRequired [get, set]
 Indicates whether the method must be invoked on the main (UI) thread when the underlying platform is iOS. More...
 

Detailed Description

Denotes a method that can be invoked from Flutter.

Property Documentation

◆ AndroidMainThreadRequired

bool Flutnet.ServiceModel.PlatformOperationAttribute.AndroidMainThreadRequired
getset

Indicates whether the method must be invoked on the main (UI) thread when the underlying platform is Android.

◆ IosMainThreadRequired

bool Flutnet.ServiceModel.PlatformOperationAttribute.IosMainThreadRequired
getset

Indicates whether the method must be invoked on the main (UI) thread when the underlying platform is iOS.


The documentation for this class was generated from the following file: