syncKey method
get new Sync Key for transaction. You don't need if called syncKey before called and terminal init function already SyncKey automatically called.
Implementation
Future<ApiResponse<DownloadKeyRet>> syncKey() {
throw UnimplementedError('syncKey() has not been implemented.');
}