setSyncPlatforms method

bool setSyncPlatforms(
  1. Pointer<Utf8> file,
  2. ERemoteStoragePlatform remoteStoragePlatform
)

Implementation

bool setSyncPlatforms(
  Pointer<Utf8> file,
  ERemoteStoragePlatform remoteStoragePlatform,
) =>
    _setSyncPlatforms.call(
      this,
      file,
      remoteStoragePlatform.value,
    );