store method
Implementation
Future<bool> store(FTransactionParams transaction) async {
return await sendCommand("store", body: transaction);
}
Future<bool> store(FTransactionParams transaction) async {
return await sendCommand("store", body: transaction);
}