start method

int start(
  1. int client,
  2. String fileName
)

Implementation

int start(int client, String fileName) {
  return _start(client, fileName.toNativeUtf8().cast());
}