isAliPayHKInstalled property

Future<bool> isAliPayHKInstalled

If the user has installed AliPayHk

Implementation

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