sendStatement abstract method

Future<Response?> sendStatement(
  1. Statement statement
)

Implementation

Future<http.Response?> sendStatement(Statement statement);