refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -66,5 +66,10 @@ class _IVideoService {
|
||||
}
|
||||
|
||||
/// Get instance of [_IVideoService]
|
||||
@Deprecated("Use 'StreamVideoService' instead")
|
||||
// ignore: non_constant_identifier_names
|
||||
_IVideoService get VideoService => _IVideoService.instance;
|
||||
|
||||
/// Get instance of [_IVideoService]
|
||||
// ignore: non_constant_identifier_names
|
||||
_IVideoService get StreamVideoService => _IVideoService.instance;
|
||||
|
||||
Reference in New Issue
Block a user