Future<Uint8List> callAsync(String name, Uint8List payload) async { return Uint8List.fromList(''.codeUnits); }