+ flutter void future Flutter Future<void> vs Future<Null> vs void What is the main difference between: Future<void> function(){} Future<Null> function(){} void function() {} funtion(){} Sometimes I use void or future when calling the API but I don't wono | tweet Add comment Do you want to delete? YesNo