getFundsSplit method

Future<Map> getFundsSplit(
  1. String token,
  2. String fundsSplitId
)

Implementation

Future<Map> getFundsSplit(String token, String fundsSplitId) {
  throw UnimplementedError("Get a FundsSplit has not been implemented");
}