init method
- @override
Initializes the service.
Implementation
@override
Future<void> init() async {
await gamepad.init();
await files.init();
}
Initializes the service.
@override
Future<void> init() async {
await gamepad.init();
await files.init();
}