execute method

Future<T?> execute()

Implementation

Future<T?> execute() async
{
    return super.executeWithParameters([]);
}