0
1
llucycodes42
The preceding code sets up a function that will not execute. Because the parentheses are empty, the code is saying that there is no code inside of them.
Shortcut: test
test('', () {
});
0
1
llucycodes42
The preceding code sets up a function that will not execute. Because the parentheses are empty, the code is saying that there is no code inside of them.
Shortcut: test
test('', () {
});