active method

Future<int?> active()

Implementation

Future<int?> active() {
  return TySmartPosApiPluginPlatform.instance.active();
}