Returns an int representing the current story player layout
Future<int?> getLayout() async { return await _methodChannel.invokeMethod<int>('getLayout'); }