position method

Future<int> position()

Implementation

Future<int> position() async {
  return await channel.position();
}