Returns the current slide index. int value starting with 0 from the first slide
Future<int?> getStoryPosition() async { return await _methodChannel.invokeMethod<int>('getStoryPosition'); }