handleLoadFlags method

Future<void> handleLoadFlags()

Implementation

Future<void> handleLoadFlags() async {
  await flags_load_flags().toDart;
}