id property

Future<int> get id

Return the player unique id.

Each public method in FPlayer await the id value firstly.

Implementation

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