Go to the source code of this file.
Classes | |
| class | flutter::MethodResultFunctions< T > |
Namespaces | |
| namespace | flutter |
Typedefs | |
| template<typename T > | |
| using | flutter::ResultHandlerSuccess = std::function< void(const T *result)> |
| template<typename T > | |
| using | flutter::ResultHandlerError = std::function< void(const std::string &error_code, const std::string &error_message, const T *error_details)> |
| template<typename T > | |
| using | flutter::ResultHandlerNotImplemented = std::function< void()> |