id property

Future<int> id

Return the player unique id.

Each public method in FijkPlayer await the id value firstly.

Implementation

Future<int> get id => _nativeSetup.future;