getPosition method

  1. @override
Future<int> getPosition()

Get the current position in the device

Implementation

@override
Future<int> getPosition() async => 0;