getCurrentTime method

Future<int> getCurrentTime()

Gets the current time.

Implementation

Future<int> getCurrentTime() {
  return ByteArkPlayerControllerPlatform.instance.getCurrentTime();
}