customSql method

  1. @Deprecated('This method assumes that the adapter supports SQL, ' 'as well as the specific dialect you are using. Only use this method ' 'when you know the adapter implementation you are using.')
Future<void> customSql(
  1. String sql
)

Implementation

@Deprecated('This method assumes that the adapter supports SQL, '
    'as well as the specific dialect you are using. Only use this method '
    'when you know the adapter implementation you are using.')
Future<void> customSql(String sql) => throw UnimplementedError();