MethodChannelFlutterFinancekit class
- Inheritance
-
- Object
- PlatformInterface
- FlutterFinancekitPlatform
- MethodChannelFlutterFinancekit
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accounts(
) → Future< List< FinancialAccount> > -
Returns all financial accounts the user has authorized access to.
override
-
accountUpdates(
) → Stream< List< FinancialAccount> > -
A stream that emits the full updated account list whenever accounts
are added, modified, or removed.
override
-
Returns the current FinanceKit authorization status without prompting.
override
-
balanceHistory(
String accountId) → Future< List< AccountBalance> > -
Returns all stored balance snapshots for the given
accountId.override -
currentBalance(
String accountId) → Future< AccountBalance?> -
Returns the most recent AccountBalance for the given
accountId, ornullif no balance is on record.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestAuthorization(
) → Future< AuthorizationStatus> -
Requests FinanceKit authorization, displaying the system prompt if needed.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
transactions(
TransactionQuery query) → Future< List< Transaction> > -
Returns transactions matching the provided
query.override -
transactionUpdates(
TransactionQuery query) → Stream< List< Transaction> > -
A stream that emits an updated list of transactions whenever FinanceKit
reports a change.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited