initial commit (migrated)
This commit is contained in:
commit
b594facb51
143 changed files with 11057 additions and 0 deletions
4
test/_responses/_response.dart
Normal file
4
test/_responses/_response.dart
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import 'dart:io';
|
||||
|
||||
String readResponse(String name) =>
|
||||
File('test/_responses/$name.json').readAsStringSync();
|
||||
Loading…
Add table
Add a link
Reference in a new issue