getPlatformFeeInfo method

Future getPlatformFeeInfo()

Implementation

Future<dynamic> getPlatformFeeInfo() async {
  return await _contract.call("getPlatformFeeInfo");
}