isAliPayInstalled property

Future<bool> isAliPayInstalled

If the user has installed AliPay

Implementation

Future<bool> get isAliPayInstalled async {
  return await TobiasPlatform.instance.isAliPayInstalled;
}