mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
This implements the logic for allowing hotkeys with modifiers. Implemented globalhotkeys and videocontrol hotkeys Also implements saving the forward backwards seconds to the user. Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
27 lines
1,013 B
Dart
27 lines
1,013 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'connectivity_provider.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$connectivityStatusHash() =>
|
|
r'8c58479db511f2431942655adf3f5021e8f0290c';
|
|
|
|
/// See also [ConnectivityStatus].
|
|
@ProviderFor(ConnectivityStatus)
|
|
final connectivityStatusProvider =
|
|
NotifierProvider<ConnectivityStatus, ConnectionState>.internal(
|
|
ConnectivityStatus.new,
|
|
name: r'connectivityStatusProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$connectivityStatusHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ConnectivityStatus = Notifier<ConnectionState>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|