flutter-woocommerce-app/LabelStoreMax/lib/bootstrap/app_helper.dart
2021-12-18 13:00:46 +00:00

20 lines
539 B
Dart

// Label StoreMax
//
// Created by Anthony Gordon.
// 2021, WooSignal Ltd. All rights reserved.
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
import 'package:woosignal/models/response/woosignal_app.dart';
class AppHelper {
AppHelper._privateConstructor();
static final AppHelper instance = AppHelper._privateConstructor();
WooSignalApp appConfig;
}