Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class FlutterFlow
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class FlutterMethod
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class FlutterModule(val name: String)
Link copied to clipboard