isForeground method

Future<bool?> isForeground(
  1. String pkgName
)

Implementation

Future<bool?> isForeground(String pkgName) {
  return TySmartPosApiPluginPlatform.instance.isForeground(pkgName);
}