opt.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:toolbox/data/res/misc.dart';
|
||||
|
||||
class BgRunMC {
|
||||
const BgRunMC._();
|
||||
|
||||
abstract final class BgRunMC {
|
||||
static const _channel = MethodChannel('${Miscs.pkgName}/app_retain');
|
||||
|
||||
static void moveToBg() {
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:toolbox/data/res/misc.dart';
|
||||
|
||||
class HomeWidgetMC {
|
||||
const HomeWidgetMC._();
|
||||
|
||||
abstract final class HomeWidgetMC {
|
||||
static const _channel = MethodChannel('${Miscs.pkgName}/home_widget');
|
||||
|
||||
static void update() {
|
||||
|
||||
Reference in New Issue
Block a user