We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Inject("package:dio/src/adapters/io_adapter.dart","DefaultHttpClientAdapter","-fetch",lineNum: 64) @pragma("vm:entry-point") void fetch56Inject() { dynamic route1 = this; print('${route1}'); print('fetchInject test 56'); }
@Inject("package:dio/src/adapters/io_adapter.dart","DefaultHttpClientAdapter","-fetch",lineNum: 44) @pragma("vm:entry-point") void fetch44Inject() { dynamic route1 = this; print('${route1}'); print('fetchInject test 44'); } 只能生效64行注入的,44行注入的不能生效
The text was updated successfully, but these errors were encountered:
请问这个问题有进展吗?
Sorry, something went wrong.
@kangwang1988
No branches or pull requests
@Inject("package:dio/src/adapters/io_adapter.dart","DefaultHttpClientAdapter","-fetch",lineNum: 64)
@pragma("vm:entry-point")
void fetch56Inject()
{
dynamic route1 = this;
print('${route1}');
print('fetchInject test 56');
}
@Inject("package:dio/src/adapters/io_adapter.dart","DefaultHttpClientAdapter","-fetch",lineNum: 44)
@pragma("vm:entry-point")
void fetch44Inject()
{
dynamic route1 = this;
print('${route1}');
print('fetchInject test 44');
}
只能生效64行注入的,44行注入的不能生效
The text was updated successfully, but these errors were encountered: