Skip to content

Commit

Permalink
rm duplicate method
Browse files Browse the repository at this point in the history
  • Loading branch information
InvertedX committed Oct 3, 2024
1 parent 89e10da commit aea3dc8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,6 @@ class MethodChannelVlcPlayer extends VlcPlayerPlatform {
..position = position);
}

@override
Future<void> setPosition(int viewId, double position) async {
return await _api.setPosition(PercentagePositionMessage()
..viewId = viewId
..position = position);
}

@override
Future<Duration> getPosition(int viewId) async {
final response = await _api.position(ViewMessage()..viewId = viewId);
Expand Down

0 comments on commit aea3dc8

Please sign in to comment.