mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-05-08 16:24:36 +00:00
6 lines
129 B
Dart
6 lines
129 B
Dart
part of '../spotify.dart';
|
|
|
|
mixin SpotifyMixin<T> on AsyncNotifier<T> {
|
|
SpotifyApi get spotify => ref.read(spotifyProvider);
|
|
}
|