I have an async method. Can I call it from an non-async method? Like the following
async
My method
void method() async{ await \'something\' }