Flutnet.ServiceModel
Classes
Flutnet.ServiceModel Namespace Reference

Classes

class  PlatformDataAttribute
 Denotes a class that can be used to exchange information with Flutter. More...
 
class  PlatformEventAttribute
 Denotes an event that is "propagated" to Flutter. The underlying delegate type must be EventHandler or EventHandler<TEventArgs>. More...
 
class  PlatformOperationAttribute
 Denotes a method that can be invoked from Flutter. More...
 
class  PlatformOperationException
 Represents errors that occur during the execution of a method decorated with PlatformOperationException. Throwing this exception will result in an exception with the same name thrown in Flutter. More...
 
class  PlatformServiceAttribute
 Denotes a class or an interface that exposes methods that can be invoked from Flutter. More...