mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
7 lines
194 B
Dart
7 lines
194 B
Dart
part of 'mocks.dart';
|
|
|
|
class MockAudioPlayerStreamListeners extends Mock
|
|
implements AudioPlayerStreamListeners {}
|
|
|
|
class MockSpotubeAudioPlayer extends Mock implements SpotubeAudioPlayer {}
|