mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
8 lines
123 B
Dart
8 lines
123 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
final class AppProvider {
|
|
const AppProvider._();
|
|
|
|
static BuildContext? ctx;
|
|
}
|