PaymentsArtisanProvider class
The fluttersdk_artisan provider for Magic Payments.
Contributes the three payments:* commands to the host application. A
consumer registers it beside the other plugin providers in its
artisan.providers config.
The MCP surface is one tool, and that is a policy
Only payments_doctor is exposed. payments:install and
payments:configure MUTATE the consumer's source tree, and across this
ecosystem a mutating command is deliberately absent from the MCP surface: an
agent that can rewrite lib/config/app.dart and lib/main.dart without a
human at the keyboard is a different risk from one that can read a report.
Adding either here is a policy change, not a convenience.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- providerName → String
-
Human-readable provider name (used in collision error messages).
Defaults to the runtime class name.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
commands(
) → List< ArtisanCommand> - Returns the commands this provider contributes to the application.
-
mcpTools(
) → List< McpToolDescriptor> - Returns the MCP tool descriptors this provider contributes.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited